home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 013 / qdr26.arc / QDR.DOC < prev   
Encoding:
Text File  |  1986-11-09  |  3.5 KB  |  98 lines

  1.  
  2.  Command QDR                                                 Version 2.6
  3.  -----------                                                 Nov 9, 1986
  4.  
  5.  
  6.  Purpose
  7.  -------
  8.         Re-format a floppy  disk quickly, optionally  with a new  volume
  9.         label, deleting all files and sub-directories.
  10.  
  11.  Format
  12.  ------
  13.                 QDR [d:][label]  [/F][/1][/3][/4][/8] [/N] [/V]
  14.  
  15.  Remarks
  16.  -------
  17.         The d: parameter supplies the drive letter, A to K. If no  drive
  18.         letter  is  supplied,  A  is  used.   A  fixed  disk  can not be
  19.         re-formatted.
  20.  
  21.         You may supply a volume label (up to 11 characters)  immediately
  22.         following the drive letter.  For example:
  23.  
  24.                 QDR b:scratch
  25.  
  26.         The /N option suppresses  the "press ENTER to  continue" prompt.
  27.         Otherwise, press  the enter  key to  reformat the  disk, or  the
  28.         ESCape key to cancel.
  29.  
  30.         Use the /F option to force a full format of all tracks.  The /1,
  31.         /3, /4, and /8 options apply to a full format.
  32.  
  33.         Bad clusters remain marked as bad unless a full format is
  34.         used, then clusters are marked as unusable if they can not be
  35.         formatted.  Use the /V option to receive a display of the
  36.         cluster numbers that are marked as not usable.
  37.  
  38.         The DOS error level is set to 0 for successful completion, or to
  39.         1 if any errors occur.
  40.  
  41.  Options
  42.  -------
  43.  
  44.         /F - forced format; uses BIOS to format and verify each track
  45.         /1 - forces single sided format, SSSD/8 or SSSD/9
  46.         /3 - forces DSQD format on 720K capacity drives
  47.         /4 - forces DSQD format on 1.2 mb drives
  48.         /8 - forces 8-sector format; for SSSD/8 or DSDD/8
  49.  
  50.         /N - no prompt; skips the "Press ENTER" message and reply
  51.         /V - verbose messages; displays a message for each cluster
  52.              that is marked as unusable
  53.  
  54.  Formatting
  55.  ----------
  56.  
  57.         To perform a full format of a disk sectors, use the /F  options.
  58.         It is recommended that you use DOS FORMAT since QDR is not  much
  59.         faster when doing a full format.  Both mark bad clusters.
  60.  
  61.         You may suppy /1 to force  SSSD format, /4 for DSQD (1.2mb),  or
  62.         /3 for DSQD (720kb), or /8 for eight-sectors (SSSD or DSDD).
  63.  
  64.         Unless  /F  is  used,  the  diskette  must  have been previously
  65.         formatted.  The allowable diskette  formats are: DSQD (1.2mb  or
  66.         720kb), SSSD/8, SSSD/9, DSDD/8, and DSDD/9.  When information is
  67.         available for other drive types, they will be added to the  data
  68.         in the internal device table.  Your system hardware and software
  69.         must support the device type.
  70.  
  71.  Examples
  72.  --------
  73.  
  74.      o  Reformat a previously formatted and used diskette. Write a
  75.         volume label of SCRATCH:
  76.         QDR A:scratch
  77.  
  78.      o  Alternately format new diskettes in drives A and B.
  79.     First, create a BAT file called TWOFOR.BAT with these commands:
  80.         QDR A: /F/N
  81.         QDR B: /F/N
  82.         TWOFOR
  83.     Then, issue the command TWOFOR. When the last diskette has been
  84.         formatted, press ctrl-C to abort the program.
  85.  
  86.  
  87.  Restrictions
  88.  ------------
  89.  
  90.         (c) Copyright Vernon D. Buerg 1986. All rights reserved.
  91.  
  92.         May be copied  and distributed in  its original form  only.  For
  93.         private, personal use.  Not for sale or hire.  Use this  program
  94.         at your  own risk.   No warranty  is given  and no  liability is
  95.         assumed.
  96.  
  97.  
  98.